-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Enh: Better fit loading page #7866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 [Frontend] Enh: Better fit loading page #7866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the loading page layout for better small‐screen fitting and constrains the progress sequence width.
- Replaced the grid layout in
Loading.jswith a vertical box (VBox) and updated widget insertion. - Added flexible spacers and switched toolbar visibility to “excluded” state.
- Set a 400px
maxWidthon the main loading page inNodeProgressSequence.js.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| services/static-webserver/client/source/class/osparc/ui/message/Loading.js | Switched from Grid to VBox layout and updated _addAt calls |
| services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js | Added maxWidth: 400 to main loading page composite |
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js
Show resolved
Hide resolved
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|
|
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
|
|
This pull request has been removed from the queue for the following reason: Pull request #7866 has been dequeued. The pull request rule doesn't match anymore. You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|



What do these changes do?
In small screens the loading page might get cropped, this PR changes its layout to improve the fitting.
Before:

After:

Related issue/s
How to test
Dev-ops